home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jan 90 / MacApp.Tech$ 1⁄26⁄90 / 0545-Discipline Problem-Jan90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  716 b   |  20 lines  |  [TEXT/GEOL]

  1. Item    2155576                         26-Jan-90        07:58PST
  2.  
  3. From:   D5284                           BDM Int'l, Ann Confer,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Discipline Problem
  8.  
  9. I have a LONGINT that I need to temporarily cast into a TObject.  The
  10. value of this LONGINT can be zero or odd or any other value.  I don't
  11. want Pascal to perform disipline (i.e. call %_obchk) on this variable.
  12. I have tried putting {$H-} before this section of code; I have tried
  13. using compiler options such as -H and -R.  Neither have stopped the
  14. compiler from performing this check.
  15.  
  16. How can I stop the compiler from performing the disipline check?
  17.  
  18. Thank you in advance for your help.
  19.  
  20.